Password
however you can't use them to login into console, you need console password
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": "*", /* So you can do anything*/
"Resource": "*" /* To anything*/
}
]
}Access Key ID & Secret Access Keys when first created, which is not the same as the passwordYou only get to view these once, If you lose them, you have to regenerate them. So, save them in secure location
User and Password is for ConsoleAccess Key ID & Secret Access Keys is for Programmtic access